VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsDoc Class / resetForm Methods / resetForm(String[]) Method
Syntax Requirements SeeAlso
In This Topic
    resetForm(String[]) Method (PdfJsDoc)
    In This Topic
    Resets the field values within a document.
    Syntax
    'Declaration
    
    Public Overloads Sub resetForm( _
    ByVal aFields
    An array specifying the fields to reset. If null, all fields in the form are reset.
    () As System.String _
    )
    public void resetForm(
    System.String[] aFields
    )
    public: void resetForm(
    System.String[]* aFields
    )
    public:
    void resetForm(
    array<System.String>^ aFields
    )

    Parameters

    aFields
    An array specifying the fields to reset. If null, all fields in the form are reset.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also